/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
  margin: 0px;
  overflow: hidden;

}

#v3d-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* background-image: url(./model/background.png); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}


.fscreen-button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-size: 100% 100%;
  /* display: none; */
  z-index: 1;
}

.fullscreen-open {
  background-image: url('media/fullscreen_open.png');
}

.fullscreen-close {
  background-image: url('media/fullscreen_close.png');
}

/* removes tap blinking on ios devices */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

.menu-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 10px;
  background-color: hsla(24, 0%, 82%, .8);
}

.heading {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Overpass, sans-serif;
  color: #303030;
  font-size: 20px;
  line-height: 20px;
}

.list-item {
  list-style-type: square;
}

.select-field {
  background-color: #fff;
  font-family: Overpass, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.body {
  background-color: #7c4646;
}

.form {
  padding: 10px;
}

.form-block {
  margin-bottom: 0px;
}

.submit-button {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #1cd100;
  font-family: Overpass, sans-serif;
  line-height: 14px;
}

.submit-button-2 {
  background-color: red;
  font-family: Overpass, sans-serif;
  line-height: 14px;
}

.submit-button-3 {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-family: Overpass, sans-serif;
  line-height: 14px;
}

.preloader-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 50%;
}

.preloader-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 260px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.preloader-bar {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: hsla(208.00000000000003, 82.57%, 57.25%, 1.00);
}

/* @font-face {
    font-family: 'Overpass';
    src: url('./fonts/Overpass-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Overpass';
    src: url('./fonts/Overpass-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }*/